configuration / network / interfaces / vif[ID] / cluster

CLI REST-API

enable-cluster

enable cluster option
This is a read-write object and valid values are:




See also:
/configuration/network/interfaces/vif[ID]/cluster
/configuration/network/interfaces/vif[ID]/cluster/mode
/configuration/network/interfaces/vif[ID]/cluster/ip-address
/configuration/network/interfaces/vif[ID]/cluster/netmask
/configuration/network/interfaces/vif[ID]/cluster/priority

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/network/interfaces/vif.*/cluster


Example using curl:
curl /api/configuration/network/interfaces/vif.*/cluster


Method: PATCH
URL: /api/configuration/network/interfaces/vif.*/cluster
Body:
{
  "enable-cluster": true
}

Example using curl:
curl -X PATCH /api/configuration/network/interfaces/vif.*/cluster -d
{
  "enable-cluster": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]